home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 555 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: C2P
  5. Date: 9 Jan 1996 01:29:43 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Distribution: world
  8. Message-ID: <4csge7$9dv@maureen.teleport.com>
  9. References: <4cj57f$7qe@irz210.inf.tu-dresden.de> <4cjl2o$4im@maureen.teleport.com> <38231877@kone.fipnet.fi> <4cnma7$jjo@maureen.teleport.com>
  10. NNTP-Posting-Host: linda.teleport.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Stephan Schaem (sschaem@teleport.com) wrote:
  14. : Jyrki Saarinen (jsaarinen@kone.fipnet.fi) wrote:
  15.  
  16. : : Oh, word swapping is the 5th pass. What is your opinion,
  17. : : I think 030/50 should be able to do c2p free. Perhaps
  18. : : three passes with CPU and the last one with the blitter.
  19.  
  20.  After twidling I got the 4bit version to reach 18ms at 320x256.
  21.  On my 25mhz 030 this equal to half the bandwidth speed.
  22.  Because it uses tables it will never be able to c2p for 'free'.
  23.  But for a 25mhz 030 18ms is pretty acceptable if you have some
  24.  use of the unused blitter.(Because the first 3 pass are done with 
  25.  a lookup table the 2 other pass overlaped during the chipmem write,
  26.  so the blitter as nothing to do to help)
  27.  
  28.  
  29.  Stephan
  30.